HeaderRemove Method (String) |
Removes the element with the specified header key from the
Header.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Remove(
string headerKey
)
Public Sub Remove (
headerKey As String
)
Parameters
- headerKey
- Type: SystemString
A string represents header key.
See Also